﻿@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "微软雅黑";
  font-size: 16px; }

@media screen and (max-width: 900px) {
  body {
    font-size: 14px; } }

body {
  overflow-x: hidden; }

img {
  border: 0; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  zoom: 1; }

em, i {
  font-style: normal; }

a {
  font-size: 16px;
  transition: all .3s; }

a:hover {
  text-decoration: none;
  color: #e51e01; }


.main {
    width:1200px;
    margin: auto;
    position: relative;
}
.main::after {
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0;
    clear: both;
    height: 0;
    overflow: hidden;
}



.fl {
  float: left; }

.fr {
  float: right; }

.h30 {
  height: 30px; }

.h60 {
  height: 60px; }

.f14 {
  font-size: 14px; }

.f18 {
  font-size: 18px; }

.db {
  display: block; }

.dib {
  display: inline-block; }

.juzhong{ text-align: center;}

/*公共结束*/

header{
	background:#ffffff;	
	height:108px;
	width:98%;
	padding: 0 2%;
	position: relative;
	z-index: 99999;
	color: #fff;
}
.logo{margin:10px 0 0 10px;}

.nav{margin-left:100px;}
.nav li{
	float:left;
	height: 108px;
	line-height:108px;
	padding: 0 20px;
}
.nav li a{color:#e90320; display: block;height: 2px; padding: 0px 10px;}
.nav li a:hover{
	height:108px;
	display: block; 
	background: #e8542c; 
	color: #fff;   
  transition: height .7s;
	}
.tel{ 
	width:210px;
	margin:27px 0 0 0;
	font-size:18px;
	padding-left:60px;
	background: url(../images/top_tel.png) no-repeat left;
	color: #e90320;
	}
.tel b{display: block; font-size: 28px; font-family: arial; color: #e90320;}
@media (max-width:1680px) {
  .nav {
    margin-left:70px;}
  .nav li  {
      padding: 0 20px; } }
@media (max-width: 1600px) {
  .nav {
     margin-left:70px; }
  .nav li  {
      padding: 0 20px; } }
@media (max-width: 1440px) {
  .nav {
    margin-left: 40px; }
  .nav li  {
      padding: 0 10px; } }
@media (max-width: 1366px) {
  .nav {
    margin-left: 40px; }
  .nav li  {
      padding: 0 5px; }
      }
@media (max-width: 1280px) {
  .nav {
    margin-left: 5px; }
  .nav li  {
      padding: 0 2px; }
      }

/*主导航多级菜单*/

.nav1 ul {
	     height: 260px;
	    visibility: hidden;
      opacity: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0px;
      top: 130px;
      margin-top: -5px;
      padding:20px 2%;
      box-sizing:border-box;
      overflow: hidden;
      transition: .5s;
        }
.nav1 ul a {
        float: left;
        width: 11.4%;
        display: block;
        line-height: 25px;
        color: #fff;
        margin: 20px 1% 0 0;
        padding: 0;       
        }
.nav1 ul a span {
	         height: 35px;
	         line-height: 35px;
          color:#000;
          background:#d7d7d7;
          text-align: center;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          transition: all .3s;
          }
.nav1 ul a img {
          width: 100%;
          display: block; }
.nav1 ul a:hover {
          background:#000;
          color: #fff;
          }
.nav1 ul a:hover span {
            color:#fff;
            background:#ef7d2d; 
             
  }
  
.nav1:hover ul {
      visibility: visible;
      opacity: 1;
      top: 110px; }
      
 

/*banner开始*/
#banner{
	width: 100%;
}
/* 产品 */

#pro{
	width: 100%;
	overflow:hidden;
	
}
#pro>h2{
	font-size:40px;
	color: #000;
	text-align: center;
	line-height:50px;
	margin-top:70px;
}
#pro>h2 span{ color: #e90320;}
#pro>h2:after{
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 10px;
}
#pro>h2:before{
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
#pro>h3{
	color: #000;
	font-weight:initial;
	font-size:40px;
	text-align: center;
}

#pro>p{
	font-size: 22px;
	color: #666;
	text-align: center;
	line-height: 30px;
	width:100%;
	margin: 0 auto;
}

.pro-lei{
	font-size: 22px;
	width:420px;
	height:auto;
	margin: 0 auto;
	padding-top:30px;
	height: 60px;
}
.pro-lei a{
	transform:skew(-30deg);
	line-height:40px;
	background:#eaeaea;
	text-align: center;
	color: #000;
	padding: 0px 25px;
	height:45px;
	margin: 7px;
	font-size: 23px;
	box-sizing: border-box;
	display: block;
	float: left;
}
.pro-lei a span{transform:skew(30deg); display: block;;}
.pro-lei a:hover {
	background: #e90320;
	
}
.pro-lei a:hover span{color: #fff;}

#pro-box1{
	width:90%;
	overflow: hidden;
	margin:0px auto;
	padding-top: 20px;;
	
}
@media (max-width: 1366px) {
	#pro-box1{
	width: 100%;
	overflow: hidden;
	margin: 50px auto;
  }
}
#pro-box1 a{
		border: solid #d6d6d6 1px;
		overflow: hidden;
		float: left;
    width:23%;
    margin:0 0.7%;
    text-align: center;
    position: relative;
    margin-bottom:20px;
}
#pro-box1  a span{overflow:hidden; display: block;}
#pro-box1  a span img{
		width: 100%;
		height:360px;
		display: block;
		padding:0;
		margin:0;
		transition:all .4s ease-in-out;
}
#pro-box1  a em{
	 background: #eee;
    line-height:2.5;
    font-size: 18px;
    display: block;
    font-style: normal;
    color: #000;
}
#pro-box1  a:hover em{
	 background: #e90320;
    line-height:2.5;
    font-size: 18px;
    display: block;
    font-style: normal;
    color: #fff;
}
#pro-box1  div{
	  position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.671);
    color: #fff;
    left: 0;
    top: 20px;
    opacity:0;
    transition: all .3s;
}
#pro-box1 a:hover div {
    top: 0;
   opacity: 1;
}
#pro-box1 a:hover img{transform:translateZ(0) scale(1.12);}

/* 公司简介 */
#index_about{
	width: 100%;
	overflow: hidden;
	background: url(../images/about_bj.jpg) no-repeat center/cover;;
	padding: 27px 0px 60px 0px;
	box-sizing: border-box;
	position: relative;
	height:693px;
}

.ind_about_h1{
	 color:#fff;
	 font-size:26px;
	 position: relative;
}
.ind_about_h1 p{ color: #fff; font-size:34px; top:27px; position: absolute; left:60px;}
.ind_about_h1 span{ font-family: arial; font-size:20px; color:#fff; text-transform: uppercase;}
.ind_about_h1 span em{ color:#e90320; font-size: 100px;}
.ind_about_con{ margin-top:17px; position:relative;}
.ind_about_con1{ 
width:825px ;
height:280px;
position: absolute;
border-top: solid #fff 1px;
border-bottom: solid #fff 1px;
border-left: solid #fff 1px;
}
.ind_about_con2{
position:absolute;
width:825px ; 
height:280px;
line-height: 30px;
top:20px;
left:20px;
background:#fff; 
padding:20px 20px;
z-index: 99;
 }
 .ind_about_con2 a{
 	 background: #e90320;
 	  color: #fff;
 	  display: block;
 	   width: 100px;
 	    height: 35px;
 	    text-align: center;
 	    
 	    }
.ind_about_bott{ position:relative; margin-top:360px; width: 400px; margin-left:180px;}
 .ind_about_bott ul li{ 
 	
 	float:left; 
 	border: solid #fff 1px;
 	margin: 10px;
 	width: 140px;
 	height: 30px;
 	text-align: center;
 	color: #fff;
 	font-size:20px;
 	padding:10px 10px 10px 15px;
 	}
 	 .ind_about_bott ul li:hover{ color:#ee752e;}
 .ind_about01{ background: url(../images/about_01.png) no-repeat left;}
 .ind_about02{ background: url(../images/about_02.png) no-repeat left;}
 .ind_about03{ background: url(../images/about_03.png) no-repeat left;}
 .ind_about04{ background: url(../images/about_04.png) no-repeat left;}
 
 /* 客户案例 */
#case{ background: #f0f0f0; padding-top:70px;}
.case1>h2{
	font-size:40px;
	color: #000;
	text-align: center;
	line-height:50px;
}
.case1>h2 span{ color: #e90320;}
.case1>h2:after{
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 10px;
}
.case1>h2:before{
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.case1>h3{
	color: #000;
	font-weight:initial;
	font-size:40px;
	text-align: center;
}
.case_lei{ text-align: center; margin-top:30px; }
.case_lei a{font-size:20px; padding: 0px 10px;}
.case_lei a:hover{color:#ee752e;}
.case_bj{ background: url(../images/case_bj.png) no-repeat bottom; width:100%;}


#focus_Box{position:relative;width:1200px;height:600px;margin:100px auto 0 auto;}
#focus_Box ul{position:relative;width:1200px;height:500px;}
#focus_Box li{z-index:0;position:absolute; width:0px;height:100%;top:146px;cursor:pointer;left:377px;}
#focus_Box li img{width:100%;height:100%;vertical-align:top; background: #cc0000; }
#focus_Box li p{
	height: 50px;
	background:#ddd;
	text-align:center;
	font-size: 20px;
	line-height: 50px;
}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:50px;height:58px;top:131px;}
#focus_Box .prev{background:url(../images/index_ico1.jpg) left bottom no-repeat; left:-70px; top:205px;}
#focus_Box .next{background: url(../images/index_ico2.jpg) right bottom no-repeat;right:-60px; top:205px;} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}


/* 优势 */

#home_ys{
	width: 100%;
	height: 935px;
	background:url(../images/ys_bj.jpg) top center no-repeat;
	padding:50px 0px;
	overflow: hidden;
}
.home_ys_bt{width:680px; margin:0px auto;}
.home_ys_bt h3{ color: #000; font-weight: bold;font-size:60px;}
.home_ys_bt span{ 
border-left: solid #fff 1px; 
height:75px; 
width: 1px; 
margin: 0 20px;
}
.home_ys_bt p{font-size:40px; color: #fff;}
.home_ys_bt p em{ display: block; font-size: 22px;}
.ys_tel{
	width:540px;
	 background:#ef7b2e; 
	 margin:20px auto 10px auto; 
	 height:60px; 
	 padding-left:40px;
	 transform:skew(-30deg);
	 }
.ys_tel1{
transform:skew(30deg); 
color: #fff; 
font-size:22px; 
background: url(../images/tel_00.png) no-repeat left; 
padding-left: 75px; 
height: 60px; 
line-height: 60px;}
.ys_tel1 span{ font-size:36px; color: #fff; font-family:impact arial;}
.ys_con{ 
margin:40px auto;
width:923px; 
height:703px; 
background: url(../images/ys.png) no-repeat center;
}
.ys1{
	 position: absolute;
	 top:450px;
	 left:40px;
	 }
.ys2{
	 position: absolute;
	 top:205px;
	 left:150px;
	 }
.ys3{
	 position: absolute;
	 top:205px;
	 left:800px;
	 }
	.ys4{
	 position: absolute;
	 top:450px;
	 left:900px;
	 }
.yshover{width: 252px; height: 252px;} 
.ysdz{    
	background: #fff;
    width: 137px;
    height: 122px;
    border-radius: 50%;
    color: #000;
    font-size: 40px;
    font-weight:bold;
    text-align: center;
    padding-top: 15px;
    border: 10px solid rgba(255, 255, 255, 0.527);
    background-clip: padding-box;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    }
   .ysxz{
   	width: 252px;
    height: 252px;
    color: #fff;
    background: #ef7b2e;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    transition: all .5s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(-360deg) scale(.7);
    transition: all .5s; 	
   }
   .yshover:hover .ysxz{opacity: 1; transform:rotate(0) scale(1);}
   .yshover  .ysxz b{
   	font-size:16px; 
   line-height:30px; 
   display: block; 
   font-weight:normal; 
   padding:40px 30px 0 30px;
   }


/*x 新闻 */

#home-news{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding-top:0px;
}
#home-news>h2{
	font-size:40px;
	color: #000;
	text-align: center;
	line-height:50px;
}
#home-news>h2 span{ color: #e90320;}
#home-news>h2:after{
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 10px;
}
#home-news>h2:before{
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
#home-news>h3{
	color: #000;
	font-weight:initial;
	font-size:40px;
	text-align: center;
}
.news-tt{
	font-size: 44px;
	text-align: center;
	color: #000;
}
.news-tt h2{
	display: inline-block;
	font-size: 44px;
	color: #07963a;
}
.news-tt:before{
	content: "";
	width: 50px;
	height: 2px;
	background: #ccc;
	display: inline-block;
	margin-bottom: 15px;
}
.news-tt:after{
	content: "";
	width: 50px;
	height: 2px;
	background: #ccc;
	display: inline-block;
	margin-bottom: 15px;
}
#home-news h3{
	font-size: 18px;
	text-align: center;
	color: #666;
	font-weight: initial;
}


#home-news>p{
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 45px;
	width: 800px;
	margin: 0 auto;
}


.news-lei{
	text-align: center;
	
}
.news-lei a{
	font-size: 18px;
	color: #666;
	line-height: 40px;
	margin: 10px;
}
.news-lei a:hover{
	color: #cc0000;
	font-weight: bold;
	border-bottom: solid 1px #cc0000;
}


.news-cont{
	width: 1300px;
	height: 500px;
margin: 30px 0 0 0;
}
.news-l{
	width: 550px;
	height: 480px;
	background: #eee;
	float: left;
	position: relative;
}
.news-l img{
	width: 550px;
	height: 300px;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
.news-l .news-time{
	width: 90px;
	height: 80px;
	background: #e90320;
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 9999;
	padding-top: 10px;
}
.news-l .news-time span{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: initial;
}
.news-l h4{
	padding-left: 30px;
	line-height:50px;
	font-weight: initial;
	font-size:20px;
	color: #333;
}
.news-l h4 a{ font-size: 20px; color: #000;}
.news-l p{
	line-height: 30px;
	font-weight: initial;
	font-size: 16px;
	color: #666;
	padding: 0px 30px;
}
.news-l>a{
	width: 120px;
	height: 36px;
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 36px;
	text-align: center;
	background: #c4c4c4;
	margin: 10px 30px;
	
	
}
.news-l>a:hover{
	color: #fff;
	background: #ef7b2e;
}


.news-cont{}
.news-cont ul{
	float: right;
	
}
.news-cont ul li{
	width: 720px;
	height:145px;
	margin: 0px 15px 20px 10px;
	background:url(../images/img3.jpg) bottom right no-repeat #fff;
	border: solid 1px #ddd;
}
.news-cont ul li h4 a{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 40px;
	font-size:20px;
}
.news-cont ul li p{
	font-size: 14px;
	line-height: 25px;
	color: #999;
	padding-right: 20px;
}
.news-cont ul li:hover .news-time{
	background: #e90320;
	color: #fff;
	
}
.news-cont ul li:hover .news-time span{
	color: #fff;
	border: solid 1px #fff;
	
}
.news-cont ul li:hover h4 a{
	color: #e90320;
	font-size:20px;
}
.news-cont ul li .news-time{
	background: #dfdfdf;
	width: 150px;
	height: 145px;
	font-size: 30px;
	color: #8a8a8a;
	text-align: center;
	float: left;
	line-height: 80px;
	display: block;
	margin-right: 20px;
}
.news-cont ul li .news-time span{
	font-size: 16px;
	color: #8a8a8a;
	display: block;
	line-height: 40px;
	border: solid 1px #8a8a8a;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}

/* footer */
#footer {
	width: 100%;
	overflow: hidden;
	background: #201e2b;
	padding: 40px 0px;
	position:relative;
}
#footer ul{
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
}
#footer ul li{
	float: left;
	margin-left: 30px;
}
.b-logo{
	width: 300px;
	height: 200px;
	border-right: solid 1px #4b4859;
	box-sizing: border-box;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.b-logo img{
	display: block;
	margin: 10px auto;
	
}
.b-nav{
	width: 270px;
	height: 200px;
	border-right: solid 1px #4b4859;
	
}
.b-nav a{
	font-size: 16px;
	width:130px;
	line-height:30px;
	display: block;
	float: left;
	color: #fff;
}
.b-nav a span{color:#fff;width:130px;}
.b-nav a:hover{
	color:#fff;
}
.b-contact{
	
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.b-contact p{ color: #fff;}
.b-contact a{
	color: #ddd;
}
.b-contact a:hover{
	color: #ffba00;
}
.b-wx{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.b-wx img{
	display: block;
	margin: 10px;
}
.mar_left{margin-left:300px;}
#b-link {
	width: 100%;
	height:75px;
	background:#e90320;
	padding:20px;
	box-sizing:border-box;
	position:relative;
	margin-top:20px;
}
.link-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.bott_top{ width: 52px; height: 54px; position: absolute; left: 600px; top:-40px}
.link-cont{
	float: left;
	width: 500px;
	position:relative;
	margin:0px auto 0px 100px;
}
.link-cont a{
	display: block;
	float: left;
	font-size: 16px;
	color: #ffffff;
	line-height:40px;
  padding-left:40px;
}
.link-cont a:hover{
	color: #fff;
}
.link-cont1{
	float: left;
	width: 500px;
	position:relative;
	margin:0px auto 0px 100px;
	
}
.link-cont1 a{
	display: block;
	float: left;
	font-size: 16px;
	color: #ffffff;
	line-height:40px;
	 padding-left:40px;
}
.link-cont1 a:hover{
	color: #fff;
}
.bqnybt {background:url(../images/tel001.png) left top no-repeat; padding-left:55px; margin-left:0px;}
.bqnybt h2{font-size:18px; font-weight: normal; color: #fff;}
.bqnybt p{font-size: 36px;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; ;}




/*内页样式*/
#main100 {
	width: 95%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}
#main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}

.ny_left {
	width: 320px;
	height: auto;
	 float:left;
	
}

.ny_right {
	width: 880px;
	height: auto;
	float:right;
}
.ny_rightt {
	width: 1824px;
	height: auto;
	float:right;
}
.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: solid 2px #ddd;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #e90320;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.ny_news li{
	width: 98%;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #234bba;
}
.ny_news li>img{
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 20px;
	display: block;
}


.ny_news li p{
	color: #999;
	padding-left: 15px;
	width: 100%;
	height: 30px;
	
}
.ny_news li p>img{
	vertical-align: middle;
	margin-right: 5px;
}

.nynews_list{
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	background:url(../images/news1.jpg) left center no-repeat #fff;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}



.love-pic-box{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.love-pic-box li{
		width: 23%;
		height: 280px;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 10px #ccc;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
.love-pic-box li img{
		width: 100%;
		height: 230px;
		padding: 0;
		margin: 0;
}

.love-pic-box li:hover p{
	position: absolute;
	width: 100%;
	height:80px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
}

.love-pic-box li p>a{
		width: 100%;
		line-height:30px;
		height: 30px;
		text-align: center;
		font-size: 16px;
		color: #000;
		display: block;
		padding-top:0px;
}
.love-pic-box li a em{
	font-size:16px;
	color: #424242;
	line-height:40px;
	display:block;
	text-align: center;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	width:100%;
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.nr20 h1{
	font-size: 26px;
	color: #000;
	text-align: center;
}

.nextinfo{
	width: 100%;
	overflow: hidden;
	
}
.nextinfo span{
 	background: #eee;
 	margin: 20px 1%;
 	width: 48%;
 	float: left;
 	text-align: center;
 	border-radius: 20px;
 }
.nextinfo span:hover{
 	background: #333;
 	color: #fff;
 }
.nextinfo span:hover a{
	color: #fff;
}
 
 
.pc_tt {
	color: #000;
	width: 290px;
	height:90px;
	border-bottom: solid 5px #eee;
	box-sizing: border-box;
}
.pc_tt h2{
	font-size: 30px;
	line-height:90px;
	text-align: center;
	font-weight: initial;
	color: #000;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}
.left_cplei {
	width: 290px;
	height: auto;
	padding: 5px 0px;
	background: #fff;
}

.left_cplei li {
	
	width: 230px;
	height: 40px;
	background:#eaeaea;
	margin: 10px auto;
	text-align: left;
	line-height: 40px;
	font-size:20px;
	padding-left: 20px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.left_cplei li:hover{
	
	background:#e90320;
}
.left_cplei li:hover a{
	color: #fff;
}
.left_cplei li a {
	padding-left:25px;
	color: #000;
	font-size:18px;
}

.left_cplei li a:hover {
	color: #fff;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	display: block;
	font-weight: bold;
}
.left_cplei p a:hover {
	color: #ff0000;
}

.left-lx{
	width: 290px;
	overflow: hidden;
	border: solid 1px #ddd;
	box-sizing: border-box;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 20px;
	
}
.lx-tt{
	height: 50px;
	margin-bottom: 10px;
	color: #888;
 border-bottom: solid #d1d1d1 1px;
	width:100%;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
.lx-tt h2{
	font-size: 20px;
	color: #000;
	line-height: 50px;
	float: left;
	font-weight: bold;
	padding-left: 15px;
	
	
}
.lx-tt a{
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.lx-tt a:hover{
	color: #d7a02b;
}
.left-lx p{
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

#nyba {
	width: 100%;
	height:300px;
	background: url(../images/ny_banner.jpg) top center no-repeat #333;
}



.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}





.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news3 li:hover {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	box-shadow: 0px 0px 10px #ccc;
	transform: scale(1.05);
}

.news3 li img {
	width: 200px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

.news3 li strong {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: initial;
}

.news3 li strong a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news3 li strong a:hover {
	color: #ff0000;
}


.news3 li p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.content h1{
	text-align: center;
	font-size: 20px;
	line-height: 80px;
}

 .tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 50%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #e90320 none repeat scroll 0 0;
    border: 1px solid #e90320;
    color: #ffffff;
}

#prev_next {
    width: 100%;
    border-top: 1px solid #ebecf1;
    padding: 25px 0;
    float: left;
    clear: both;
}
#prev_next li {
    height: 35px;
    line-height: 35px;
    width: 100%;
}
#prev_next li {
    width: 100%;
    min-height: 30px;
    background: #f7f7f7;
    color: #414141;
    line-height: 30px;
    margin: 10px 0;
    text-indent: 15px;
}
#prev_next li a {
    background: #f2f2f2;
    color: #414141;
    line-height: 30px;
    transition: all 0.2s linear 0s;
}
#prev_next li a:hover {
    color: #0087c7;
}

#nyba{width:100%;height:400px;background:url(../images/nyba.jpg) top center no-repeat #333;background-attachment: fixed;}
#main{width:1300px;height:auto;margin:0 auto;font-size:16px;line-height:35px;}
#main::after{content:'';display:block;visibility:hidden;opacity:0;clear:both;height:0;overflow:hidden;}
#main2{width: 96%; margin: auto; padding: 0 2%;}
#main3{width: 100%;}
.ny_left{width:320px;height:auto;float:left;}
.ny_right{height:auto;}
.nr20 ul{text-align: center;}



.w1300{width: 1300px;margin:0 auto;clear: both;position: relative;}
.psub{width: 100%;margin:40px 0 50px 188px;}
.psub ul li{position: relative;transition:.5s;float: left;width: 35%;margin-right: 1%;}
.psub ul li a{color:#fff;font-size:20px;display:block;transition:.2s;line-height:60px;overflow: hidden;background: #265fc9;text-align: center;border:1px solid #265fc9;font-weight: 700;}
.psub ul li:hover a{background: #fff;color: #265fc9;}
ul,li,ol{list-style:none;}
.psub ul li{position: relative;transition:.5s;float: left;width: 35%;margin-right: 1%;}
.psub ul li a{color:#fff;font-size:20px;display:block;transition:.2s;line-height:60px;overflow: hidden;background: #265fc9;text-align: center;border:1px solid #265fc9;font-weight: 700;}
.psub ul li:hover a{background: #fff;color: #265fc9;}

body { padding-bottom: 0px; font-family: Microsoft YaHei; height: 100%; overflow-y: scroll;background:url(../images/home_bg.png)0 0 fixed repeat-y;}
* { font-family: Microsoft YaHei!important; margin: 0px; padding: 0px; }

.navg{width:100%;height:60px;background:#fff;border-bottom: 1px solid #ccc;}
.navg{width:100%;height:60px;background:#fff;border-bottom: 1px solid #ccc;}
.nav_cnt{padding: 19px 2% 0 2%;position:relative;}
.crumbs{color:#8f8f8f;}
.crumbs img{margin-right:14px;margin-top:0px}
.crumbs a{font-size:14px;color:#8f8f8f;}
.crumbs span{float:right;display:block;color:#ff0000;font-size:20px;}



.neibg {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.box {
    width: 1586px;
    margin: 0 auto;
}
.neijj {
    width: 1586px;
    height: 96px;
    text-align: center;
    color: #b8b8b8;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-transform: uppercase;
}
.neijj p {
    color: #202020;
    font-size: 26px;
    line-height: 38px;
	 text-align: center;
}
.neinr {
    width: 100%;
}
.neijyou {
    width: 100%;
    margin-top: 25px;
}
.xfl1 {
    width: 340px;
    margin: 20px auto;
}
.xfl1 a {
    width: 150px;
    height: 34px;
    background-color: #de0000;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    text-align: center;
	transition: 0.3s;
}
.xfl1 a:hover {
    background-color: #222222;
}
.neinr {
    width: 100%;
}
.chanpinbox1 {
    width: 1800px;
    margin-left: -10px;
    margin-top: 20px;
}
.prolist {
    overflow: hidden;
}
.prolist ul {
    width: 102%;
}
.chanpinbox1 ul {
    margin: 0px auto 20px auto;
}
.chanpinbox1 ul li {
    width: 500px;
    float: left;
    margin-left: 11px;
    margin-right: 30px;
    margin-bottom: 22px;
    text-align: center;
    border: 1px solid #d9d9d9;
    background-color: #fff;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}
.rect-75 {
    padding-bottom: 75%;
}
.prolist li .intro {
    background-color: #eff2f3;
    width: 500px;
    display: block;
    height: 44px;
	transition: 0.3s;
}
.prolist li .intro .title1 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 500px;
    line-height: 44px;
    font-weight: normal;
    font-size: 14px;
	color: #333333;
	transition: 0.3s;
	align:center;
	 text-align: center;
}
.prolist li:hover .intro a h2, .prolist li:hover .intro .summ {
    color: #fff;
}
.prolist li:hover .img img {
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
	transition: 0.3s;
}
.prolist li:hover .intro {
    background-color: #de0000;
    color: #fff;
}
*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
	transition: 0.3s;
}
.zhezhao2{
	display: block;
	width: 500px;
	height: 375px;
	background: url(../images/prolibg.png) no-repeat rgba(33,33,33,0.60);
	background-position: 0 222px;
	position: absolute;
	top: -375px;
	z-index: 3;
	transition: 0.3s;
}
.prolist li:hover .zhezhao2{
	background: url(../images/prolibg.png) no-repeat rgba(33,33,33,0.60) center center;
	top: 0px;
}
.neibg2 {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.neiyou {
    width: 970px;
    margin: 0 auto;
}
.neizhan {
    width: 970px;
    height: 44px;
    background: url(../images/zhanbg.jpg);
    text-indent: 33px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
}
.neizhanshi {
    width: 968px;
    border: 1px solid #d9d9d9;
}
.nei1 {
    margin: 20px;
}